Interface org.omg.CORBA.AttributeDef
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.AttributeDef
- public interface AttributeDef
- extends Object
- extends Object, Contained
An AttributeDef represents the information that defines anattribute of an interface.
-
mode()
-
-
mode(AttributeMode)
-
-
type()
-
-
type_def()
-
-
type_def(IDLType)
-
type
public abstract TypeCode type() throws SystemException
type_def
public abstract IDLType type_def() throws SystemException
type_def
public abstract void type_def(IDLType arg) throws SystemException
mode
public abstract AttributeMode mode() throws SystemException
mode
public abstract void mode(AttributeMode arg) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index